Shifts the current value right by the specified number of bits.
Performs an signed (arithmetic) shift if TSelf is signed; otherwise sets the high-order bits to zero. Discards the low-order bits.
UInt32N INumeric<UInt32N>.RightShift(
int count
)
Private Function RightShift (
count As Integer
) As UInt32N Implements INumeric(Of UInt32N).RightShift
private:
virtual UInt32N RightShift(
int count
) sealed = INumeric<UInt32N>::RightShift
private abstract RightShift :
count : int -> UInt32N
private override RightShift :
count : int -> UInt32N